GrapeCity ActiveReports for .NET 16.0J
IndexOf メソッド (IPagesCollection<T>)

GrapeCity.ActiveReports.Core.Document 名前空間 > IPagesCollection<T> インターフェース : IndexOf メソッド
The object to locate in the System.Collections.IList.
Determines the index of a specific item in the System.Collections.IList.
シンタックス
'宣言
 
Function IndexOf( _
   ByVal value As Object _
) As Integer
int IndexOf( 
   object value
)

パラメータ

value
The object to locate in the System.Collections.IList.

戻り値の型

The index of value if found in the list; otherwise, -1.
参照

IPagesCollection<T> インターフェース
IPagesCollection<T> メンバ